Comments
Pascal
C/C++
w
w
w
w
(* This is a comment*)
w
/*This is a comment*/
w
w
C++ only
w
w
// This is also a comment
// A comment specified
w
// by this way extends
w
// only to the end of the
w
//current line